home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.AppleTalk < prev    next >
Encoding:
Text File  |  1991-07-01  |  8.0 KB  |  227 lines  |  [TEXT/MPS ]

  1. ; File:  E16.AppleTalk
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. atGetInfoCommand GEQU $0002
  9. atGetGlobalCommand GEQU $0003
  10. atInstallTimerCommand GEQU $0004
  11. atRemoveTimerCommand GEQU $0005
  12. atBootCommand GEQU $0006
  13. atCancelTimerCommand GEQU $0045
  14. lapWriteCommand GEQU $0007
  15. lapReadBufferCommand GEQU $0008
  16. lapAttachProtCommand GEQU $0009
  17. lapRemoveProtCommand GEQU $000A
  18. ddpOpenSocketCommand GEQU $000B
  19. ddpCloseSocketCommand GEQU $000C
  20. ddpSendDatagramCommand GEQU $000D
  21. nbpRegisterNameCommand GEQU $000E
  22. nbpRemoveNameCommand GEQU $000F
  23. nbpLookupNameCommand GEQU $0010
  24. nbpConfirmNameCommand GEQU $0011
  25. nbpKillCommand GEQU $0046
  26. atpSendReqCommand GEQU $0012
  27. atpCancelReqCommand GEQU $0013
  28. atpOpenSocketCommand GEQU $0014
  29. atpCloseSocketCommand GEQU $0015
  30. atpGetReqCommand GEQU $0016
  31. atpSendRespCommand GEQU $0017
  32. atpRelCBCommand GEQU $0019
  33. zipGetMyZoneCommand GEQU $001A
  34. zipGetZoneListCommand GEQU $001B
  35. aspGetParmsCommand GEQU $001C
  36. aspGetStatusCommand GEQU $001D
  37. aspOpenSessionCommand GEQU $001E
  38. aspCloseSessionCommand GEQU $001F
  39. aspCommandCommand GEQU $0020
  40. aspWriteCommand GEQU $0021
  41. papStatusCommand GEQU $0022
  42. papOpenCommand GEQU $0023
  43. papCloseCommand GEQU $0024
  44. papReadCommand GEQU $0025
  45. papWriteCommand GEQU $0026
  46. papUnloadCommand GEQU $0027
  47. rpmSetPrinterCommand GEQU $0028
  48. rpmCloseSessionCommand GEQU $0047
  49. rpmFlushSessionCommand GEQU $0048
  50. pfiUserPrefixCommand GEQU $002A
  51. pfiLoginCommand GEQU $002B
  52. pfiLoginContCommand GEQU $002C
  53. pfiLogOutCommand GEQU $002D
  54. pfiMountVolCommand GEQU $002E
  55. pfiListSessionsCommand GEQU $002F
  56. pfiTimeZoneCommand GEQU $0030
  57. pfiGetSrcPathCommand GEQU $0031
  58. pfiAccessCommand GEQU $0032
  59. pfiNamingCommand GEQU $0033
  60. pfiConvertTimeCommand GEQU $0034
  61. pfiSetBufferCommand GEQU $0036
  62. pfiHooksCommand GEQU $0037
  63. pfiLogin2Command GEQU $0038
  64. pfiListSessions2Command GEQU $0039
  65. pfiGetSVersionCommand GEQU $003A
  66. appleTalkNetError GEQU $8888
  67. atInvalidCmdErr GEQU $0101 ; Invalid command
  68. atMemoryErr GEQU $0102 ; Heap/memory management error
  69. atTimerNotInstalledErr GEQU $0103 ; No timer installed error
  70. atSyncErr GEQU $0104 ; Syncronous only call
  71. atTooManyTimes GEQU $0105 ; Too many times
  72. atTimerCancelled GEQU $0106
  73. lapNoPacketErr GEQU $0201 ; No packet in buffer
  74. lapEOBErr GEQU $0202 ; End of buffer
  75. lapLenErr GEQU $0203 ; LAP data too large
  76. lapFailedErr GEQU $0204 ; Retry count exhausted
  77. lapTypeErr GEQU $0205 ; Illegal LAP type
  78. lapDuplicateErr GEQU $0206 ; Duplicate LAP type
  79. lapProtocolErr GEQU $0207 ; Too many protocols
  80. lapTypeFoundErr GEQU $0208 ; Type not found
  81. lapDataLostErr GEQU $0209 ; Data lost in Purge
  82. ddpSktNumErr GEQU $0301 ; Too many sockets open
  83. ddpSktErr GEQU $0302 ; Socket not open
  84. ddpSktOpenErr GEQU $0303 ; Socket already open
  85. ddpSktTypeErr GEQU $0304 ; Invalid Socket Type
  86. ddpLenErr GEQU $0305 ; DDP length error
  87. ddpBridgeErr GEQU $0306 ; No bridge available
  88. nbpNameNumberErr GEQU $0401 ; Too many names
  89. nbpNameExistErr GEQU $0402 ; Name already exists
  90. nbpNameFoundErr GEQU $0403 ; Name not found
  91. nbpBufferErr GEQU $0404 ; User buffer full
  92. nbpWildcardErr GEQU $0405 ; Wildcard not allowed
  93. nbpNameErr GEQU $0406 ; Invalid name format
  94. nbpAddressErr GEQU $0407 ; Incorrect address
  95. nbpProcessErr GEQU $0408 ; Too many NBP processes
  96. nbpAbortErr GEQU $0409 ; NBP Aborted
  97. nbpParmBlkNotFndErr GEQU $040A ; NBP Param Block not found
  98. atpDataLenErr GEQU $0501 ; ATP data too large
  99. atpSocketErr GEQU $0502 ; Invalid ATP socket
  100. atpControlBlkErr GEQU $0503 ; ATP control block not found
  101. atpProcessErr GEQU $0504 ; Too many active ATP calls
  102. atpReleaseErr GEQU $0505 ; No release received
  103. atpNoRespActive GEQU $0506 ; No response active
  104. atpRespErr GEQU $0507 ; No send response active
  105. atpReqErr GEQU $0508 ; ATP send request aborted
  106. atpSktClosedErr GEQU $0509 ; socket closed error
  107. atpTooManySkts GEQU $050A ; Too many ATP sockets
  108. atpTooManyResp GEQU $050B ; Too many responses expected
  109. atpDDPSktErr GEQU $050C ; Unable to open DDP socket
  110. atpSndRespRelErr GEQU $050D ; ATP Send Response was released
  111. zipNetworkErr GEQU $0601 ; Network error
  112. zipOverflow GEQU $0602 ; ZIP overflow
  113. zipNotFound GEQU $0603 ; ZIP not found
  114. aspNetworkErr GEQU $0701 ; Network error
  115. aspSessNumErr GEQU $0702 ; Too many sessions
  116. aspRefErr GEQU $0703 ; Invalid reference number
  117. aspSizeErr GEQU $0704 ; Size error
  118. aspBufErr GEQU $0705 ; Buffer error
  119. aspNoRespErr GEQU $0706 ; No response from server
  120. aspBadVersion GEQU $0707 ; Bad version number
  121. aspTooManySessions GEQU $0708 ; Too many sessions
  122. aspServBusyErr GEQU $0709 ; Server busy
  123. aspSessionClosed GEQU $070A ; Session closed
  124. papSessNumErr GEQU $0801 ; Too many sessions
  125. papRefErr GEQU $0802 ; Invalid Reference
  126. papQuantumErr GEQU $0803 ; Quantum Error
  127. papCommandErr GEQU $0804 ; Too many commands
  128. papNameErr GEQU $0805 ; Name not found
  129. papSessionErr GEQU $0806 ; Session closed
  130. papNetworkErr GEQU $0807 ; Network error
  131. papServRespErr GEQU $0808 ; Server not responding
  132. papServBusyErr GEQU $0809 ; Server busy
  133. papBuffSizeErr GEQU $080A ; Buffer size error
  134. papInUseErr GEQU $080B ; PAP in use
  135. rpmInvalidFlagErr GEQU $0901
  136. rpmInvalidTimeErr GEQU $0902
  137. pfiTooManySessErr GEQU $0A01 ; Too many sessions
  138. pfiUnableOpenSessErr GEQU $0A02 ; Unable to open session
  139. pfiNoRespFrmSrvrErr GEQU $0A03 ; No response from server
  140. pfiLoginContErr GEQU $0A04 ; Login continue
  141. pfiInvalidNameErr GEQU $0A05 ; Invalid name
  142. pfiInvalidSessNumErr GEQU $0A06 ; Invalid Sess reference # or unknown volume
  143. pfiUnableOpenVolErr GEQU $0A07 ; Unable to open volume
  144. pfiTooManyVolsOpenErr GEQU $0A08 ; Too many mounted volumes
  145. pfiVolNotMountedErr GEQU $0A09 ; Volume Not Mounted
  146. pfiUnableSetCreatorErr GEQU $0A0A
  147. pfiBufferToSmallErr GEQU $0A0B ; Buffer to small
  148. pfiTimeFlagErr GEQU $0A0C ; Time flag error
  149. pfiUnableTSetGroupErr GEQU $0A0D ; Unable to set group
  150. pfiDirNotFoundErr GEQU $0A0E ; Directory not found
  151. pfiAccessDeniedErr GEQU $0A0F ; Access denied
  152. pfiMiscellaneousErr GEQU $0A10 ; Miscellaneous error
  153. pfiVolAlreadyMntedErr GEQU $0A11 ; Volume already mounted
  154. pfiUnableGetCreatorErr GEQU $0A12 ; Unable to get creator/group
  155. pfiAlrdyLggedOnSrvrErr GEQU $0A13 ; Already logged onto server
  156. pfiTimeError GEQU $0A14 ; Time error
  157. pfiUserNotAuthorizedErr GEQU $0A15 ; User not authorized
  158. pfiParamterErr GEQU $0A16 ; Parameter error
  159. pfiSrvrGoingDownErr GEQU $0A17 ; Server going down
  160. pfiBadUAMErr GEQU $0A18 ; Bad UAM
  161. pfiBadVersionNumErr GEQU $0A19 ; Bad version number
  162. atInitUserName GEQU $0085
  163. atInitPrinterFlags GEQU $0064
  164. atInitPrinterTuple GEQU $0063
  165. atInitPrefix GEQU $00C6
  166. atInitPrefixDirID GEQU $00CA
  167. atInitPrefixVolID GEQU $00CC
  168. atInitPath GEQU $010D
  169. atInitPathDirID GEQU $0111
  170. atInitPathVolID GEQU $0113
  171. hidAppleIIGS GEQU $0000
  172. atMaxTicks GEQU $FFFF
  173. atMaxTicksIIe GEQU $1FFF
  174. lapPurgeOff GEQU $0000
  175. lapPurgeOn GEQU $0001
  176. ddpChecksumOff GEQU $00
  177. ddpChecksumOn GEQU $01
  178. nbpCheckNameOn GEQU $00
  179. nbpCheckNameOff GEQU $01
  180. atpExactlyOnceMask GEQU $20
  181. atpExecuting GEQU $FF
  182. atpDynamicSocket GEQU $00
  183. aspAttenNormal GEQU $00 ; 
  184. aspAttenTimeout GEQU $40 ; 
  185. aspAttenClosed GEQU $80 ; 
  186. rpmTimeOutOff GEQU $0000
  187. rpmNetworkMask GEQU $80 ; 
  188. rpmPostscriptMask GEQU $20 ; 
  189. rpmReturnNameMask GEQU $01 ; 
  190. pfiMountMask GEQU $80 ; 
  191. pfiPasswordMask GEQU $40 ; 
  192. pfiUserVolumeMask GEQU $01 ; 
  193. pfiEastWestMask GEQU $80 ; 
  194. pfiHoursAwayMask GEQU $7F ; 
  195. pfiSetAccessMask GEQU $80 ; 
  196. pfiCreatorMask GEQU $40 ; 
  197. pfiGroupMask GEQU $20 ; 
  198. pfiDNCMask GEQU $80 ; PFI Directional Naming Convention Mask
  199. pfiDDTMask GEQU $40 ; PFI Directional Device Table Mask
  200. pfiNNCMask GEQU $80 ; PFI Naming Naming Convention Mask
  201. pfiNDTMask GEQU $40 ; PFI Naming Device Table Mask
  202. lapProtTypeMin GEQU $01
  203. lapProtTypeMax GEQU $7F
  204. lapProtTypeAll GEQU $FF
  205. atpSocketDynamicMin GEQU $80
  206. atpSocketDynamicMax GEQU $FE
  207. atpSocketStaticMin GEQU $01
  208. atpSocketStaticMax GEQU $7F
  209. zipGetMyZoneBufLenMin GEQU $21
  210. papOpenStatusBufLenMin GEQU $0104
  211. pfiUserNameLenMax GEQU $0040
  212. workstationGS GEQU $0000
  213. endOfBDS GEQU $FFFF
  214. ddpInvalidClient GEQU $00
  215. atpActualLengthMask GEQU $7FFF
  216. atpActualLengthOvflw GEQU $8000
  217. atpUnusedAddRtnPtr GEQU $00000000
  218. atpUnusedAddBitMap GEQU $00
  219. pfiAFPVersion11 GEQU $0101
  220. pfiAFPVersion20 GEQU $0200
  221. pfiAFPTimeFormat GEQU $0000
  222. pfiProDOSTimeFormat GEQU $0001
  223. pfiHooksSetHooks GEQU $40
  224. pfiHooksP8Active GEQU $80
  225. pfiSetWriteBuffer GEQU $80
  226. papReadNotEOF GEQU $00
  227.